Skip to content

fix: apply 0o775 permissions#284

Open
CLARATION wants to merge 1 commit intoindygreg:mainfrom
CLARATION:fix/permissions
Open

fix: apply 0o775 permissions#284
CLARATION wants to merge 1 commit intoindygreg:mainfrom
CLARATION:fix/permissions

Conversation

@CLARATION
Copy link

@CLARATION CLARATION commented Feb 16, 2026

On iOS, binaries without 0o755 permissions are able to be executed just fine without this change.

On macOS, this fix is needed because often 3rd party developers don't properly set permissions when distributing their iOS apps, making their app unable to properly run on macOS (saying that the app is damaged, or cannot be opened).

Context: I use this codesigning package for installing iOS apps for Impactor, this also supports installing iOS apps on a macOS arm64 machine. This is where these problems arise.

image

On iOS, binaries without `0o755` permissions are able to be executed just fine without this change.

On macOS, this fix is needed because often 3rd party developers don't properly set permissions when distributing their iOS apps, making their app unable to properly run on macOS (saying that the app is damaged, or something similar).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant